body .main-container {
  max-width: 1440px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
body .main-container header {
  width: 100%;
  position: relative;
  background: #F1FAF1;
  border-bottom: 2px solid #63C558;
}
@media screen and (max-width: 991px) {
  body .main-container header {
    background-size: auto;
    background-position: center 400px;
    padding-top: 0rem;
    border-top: 2px solid #63C558;
    border-bottom: 0;
  }
}
body .main-container header .banner-header {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 250px;
  bottom: 0rem;
  left: 0;
}
@media screen and (max-width: 991px) {
  body .main-container header .banner-header {
    position: absolute;
    top: 38rem;
    background-position: -350px 0;
    height: 350px;
    margin-bottom: -3rem;
    background-position: center;
  }
}
body .main-container header .col-form {
  padding: 4rem;
  position: relative;
  margin: 0 auto;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  body .main-container header .col-form {
    margin-top: 0rem;
    padding: 2rem;
  }
}
body .main-container header .col-form .form-in {
  background: #fff;
  box-shadow: 3px 2px 20px #4e4c4c59;
  position: absolute;
  z-index: 999;
  left: 50%;
  margin-left: -40%;
  width: 80%;
  border: 2px solid #63C558;
}
@media screen and (max-width: 991px) {
  body .main-container header .col-form .form-in {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    margin-top: -10rem;
  }
}
body .main-container header .header-cont {
  padding: 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  body .main-container header .header-cont {
    min-height: 200px;
  }
}
body .main-container header .header-cont .header-txt {
  background: #F1FAF1;
  flex-basis: 50%;
  padding: 4rem 6rem;
  border: 2px solid #63C558;
  border-top: 0;
}
@media screen and (max-width: 991px) {
  body .main-container header .header-cont .header-txt {
    padding: 2rem;
  }
}
body .main-container header .header-cont .header-img {
  width: 100%;
  flex-basis: 50%;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7Babba5ea9-2978-4800-b796-6c9fb46e1438%7D_banner-header.png");
  background-position: center;
  background-size: cover;
  border: 2px solid #63C558;
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 991px) {
  body .main-container header .header-cont .header-img {
    min-height: 300px;
  }
}
body .main-container .offerinfo {
  width: 100%;
  min-height: 700px;
  padding: 6rem 3rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  body .main-container .offerinfo {
    margin-top: 1rem;
    padding: 2rem;
  }
}
body .main-container .offerinfo .shape01 {
  background: #683193;
  padding: 2.5rem 6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0px 200px 0px 0px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  body .main-container .offerinfo .shape01 {
    padding: 2rem;
  }
}
body .main-container .video-frame {
  width: 100%;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  body .main-container .video-frame {
    display: block;
    height: auto;
    overflow: visible;
  }
}
body .main-container .demos2 {
  width: 100%;
  min-height: 300px;
  padding: 0 2rem;
  margin: 6rem auto 4rem;
}
@media screen and (max-width: 991px) {
  body .main-container .demos2 {
    padding: 0rem;
  }
  body .main-container .demos2 br {
    display: none;
  }
}
body .main-container .demos2 .democard {
  background: #fff;
  width: 280px;
  min-height: 260px;
  margin: 0 auto;
  box-shadow: 3px 2px 20px #4e4c4c59;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  border-top: 10px solid #0194D7;
}
@media screen and (max-width: 991px) {
  body .main-container .demos2 .democard {
    margin-top: 2rem;
  }
}
body .main-container .demos2 .democard .demo-image {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  background-position: top;
}
body .main-container .demos2 .democard .demo-txt {
  width: 100%;
  padding: 2rem;
}
body .main-container .demos2 .democard .demo-txt p {
  font-size: 16px;
}
body .main-container .demos2 .democard .cta-demo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
body .main-container .demos2 .democard .cta-demo p {
  font-size: 0.8rem;
  margin-bottom: 0;
}
body .main-container .demos2 .democard .cta-demo img {
  width: 150px;
  position: relative;
}
body .main-container .resources {
  width: 100%;
  min-height: 300px;
  background: #0194D7;
  padding: 2rem 0;
}
body .main-container .resources .arrow-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .main-container .resources .arrow-control img {
  width: 50px;
  cursor: pointer;
}
body .main-container .resources .resource-card {
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  width: 360px;
  min-height: 340px;
  margin: 0 auto;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
body .main-container .resources .resource-card .cta-card {
  position: absolute;
  bottom: 2rem;
}
body .main-container .resources .resource-card .arrow img {
  width: 40px;
}
body .main-container .leader {
  width: 100%;
  min-height: 300px;
  background: #0D284D;
  padding: 6rem 0;
  position: relative;
  background-image: url("https://images.news.avaya.com/EloquaImages/clients/AvayaInc/%7B5ed4f823-3bb7-4506-bac7-f10d4550d955%7D_abstract.png");
  background-size: 100% contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  body .main-container .leader {
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-position-y: 80px;
  }
}
body .main-container .leader .leader-txt {
  color: #fff;
  padding-right: 8rem;
}
@media screen and (max-width: 991px) {
  body .main-container .leader .leader-txt {
    padding: 3rem;
  }
}
body .main-container .leader .leader-data {
  display: flex;
}
@media screen and (max-width: 991px) {
  body .main-container .leader .leader-data {
    padding: 3rem;
  }
}
body .main-container .leader .leader-data .line-data {
  border-left: 2px solid #fff;
  position: absolute;
  min-height: 360px;
  margin-top: 3.5rem;
  margin-left: 3px;
  min-height: auto;
  margin-top: auto !important;
  top: 52px;
  bottom: 52px;
}
@media screen and (max-width: 991px) {
  body .main-container .leader .leader-data .line-data {
    min-height: 255px;
    margin-top: 3rem;
    top: 64px;
    bottom: 64px;
  }
  .number{
    font-size: 2.5rem !important;
  }
}
body .main-container .leader .leader-data .txt-data {
  color: #fff;
}
body .main-container .leader .leader-data .txt-data .fact {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}
body .main-container .leader .leader-data .txt-data .fact img {
  width: 8px;
  margin-right: 1.5rem;
}
body .main-container .leader .leader-data .txt-data .fact h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
}
body .main-container .leader .leader-data .txt-data .fact p {
  margin: 0;
  padding: 0;
  padding-left: 1rem;
}
body .main-container .hybrid {
  border: 2px solid #63C558;
  margin: 8rem 0 12rem;
  margin-left: -3rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  body .main-container .hybrid {
    border-bottom: 0;
  }
}
body .main-container .hybrid .hybrid-txt {
  padding: 8rem;
}
@media screen and (max-width: 991px) {
  body .main-container .hybrid .hybrid-txt {
    padding: 4rem;
    padding-left: 6rem;
    padding-right: 1rem;
  }
}
body .main-container .hybrid .hybrid-sample {
  background: #F1FAF1;
  padding: 4rem 6rem;
  margin-top: 10rem;
  position: absolute;
  right: -4rem;
}
@media screen and (max-width: 991px) {
  body .main-container .hybrid .hybrid-sample {
    position: relative;
    padding: 4rem 2rem;
    margin-top: 0;
  }
}



.splide__pagination__page {
  background: #fff !important;
  border: 1px solid #666 !important;
}

.splide__pagination__page.is-active {
  background-color: #333 !important;
  border: 0 !important;
}

.splide__pagination {
  top: auto !important;
  bottom: -2rem !important;
}

.place-card, .place-card-large, .default-card {
  display: none !important;
}